-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ (entity selector) feedback #3501
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @sophiamersmann and the rest of your teammates on Graphite |
3f1c935
to
58508ee
Compare
e11f882
to
77143f6
Compare
58508ee
to
6ab8ca9
Compare
36952bb
to
fc29c1a
Compare
6ab8ca9
to
a3b2213
Compare
fc29c1a
to
6d85d8d
Compare
if (this.props.onDismiss) { | ||
this.dismissTimer = setTimeout(() => { | ||
if (this.props.onDismiss) this.props.onDismiss() | ||
}, 250) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see Marwa's comment that was suggesting this, but I think this now feels even weirder than it did before.
You can just about glimpse that something is animating, but then it the modal just closes on you without notice, and that feels quite broken.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah you're right, I think I implemented this before adding the animation..
In that case, Marwa said to just keep the modal open :)
<div className="footer__selected"> | ||
{selectedEntityNames.length > 0 ? ( | ||
<> | ||
Current selection: | ||
<span className="entity-name"> | ||
{selectedEntityNames[0]} | ||
</span> | ||
</> | ||
) : ( | ||
"Empty selection" | ||
)} | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was removing this also due to Marwa's feedback? I felt like it worked quite well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also liked it! But Marwa felt that having the local entities on top but the selected one buried in the list was weird (which I can kind of see). And then, if we have the selected entity on top, there is no need to show it in the footer as well.
a3b2213
to
16ebb02
Compare
6d85d8d
to
c7553fc
Compare
16ebb02
to
f4672f3
Compare
c7553fc
to
b4f1190
Compare
f4672f3
to
b02c8f4
Compare
b4f1190
to
284ae76
Compare
Quick links (staging server):
Login:
SVG tester:Number of differences (default views): 1237Number of differences (all views): 389 Edited: 2024-05-03 08:02:10 UTC |
ce4d61a
to
ce84260
Compare
3d2fa21
to
d4e8a62
Compare
b02c8f4
to
bef0398
Compare
6bdfd0e
to
17e00e3
Compare
Merge activity
|
bef0398
to
2dda98c
Compare
17e00e3
to
b1d96e1
Compare
Small bug fixes and improvements coming out of design review:
(What Marwa said is in quotes)
Not clear how to address:
To do before merging:
rem
withpx
Show "World" on top with a globe icon(was weird)